Skip to main content

Measurement Status

This message contains current status of measurement engine.

When frontend receives this message, it should determine localized message text by received statusCode. Frontend should NOT show statusMessage to user, this field is intended for debugging purposes only.

Example:

{
"messageType": "MEASUREMENT_STATUS",
"data": {
"statusCode": "SUCCESS",
"statusMessage": "Success"
}
}
FieldTypeDescription
statusCodestringCode of current status
statusMessagestringDescription of current status (for debugging purposes only)

List of possible statusCode values:

statusCodeDescription
SUCCESSAll parameters can be calculated
NO_FACENo face is detected
FACE_LOSTFace was lost
CALIBRATINGAnalyzing PPG signals
RECALIBRATINGRecalibrating
BRIGHT_LIGHT_ISSUEBright light interference
NOISE_DURING_EXECUTIONInterference detected
UNKNOWNUnknown status